home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_a / godos.act < prev    next >
Text File  |  1995-04-22  |  742b  |  32 lines

  1.  
  2. ; TODOS.ACT 
  3.  
  4. ;  This little PROCedure allows you to exit any ACTION! program to the 
  5. ;  ATARI DOS 2.0S DUP.SYS Menu. 
  6. ;  WARNING:  This PROC will work properly ONLY if you have WARM booted 
  7. ;            your system with an ATARI 2.0S DOS.SYS file on the diskette 
  8. ;            in Drive #1.  Furthermore, you must have a diskette with 
  9. ;            with DUP.SYS on it in Drive #1 before calling this PROC. 
  10. ;  You may return to the ACTION! environment by selecting option "B" 
  11. ;  (Run Cartridge) from the DUP.SYS Menu, but your ACTION! program will 
  12. ;  have been wiped out by the exit to DUP.SYS! 
  13. ;  Enjoy! 
  14. ;  Brad Paulsen [CIS PPN 70035,1050] 
  15.  
  16.  
  17. PROC ToDOS() 
  18.                 
  19.   [ 
  20.    $6C$0A$00 
  21.   ] 
  22.  
  23. RETURN 
  24.  
  25.